Vcenter TrustedInfrastructure TrustedClusters Attestation Services FilterSpec

Vcenter TrustedInfrastructure TrustedClusters Attestation Services FilterSpec
Vcenter TrustedInfrastructure TrustedClusters Attestation Services FilterSpec

This schema is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The Vcenter TrustedInfrastructure TrustedClusters Attestation Services FilterSpec schema contains the data necessary for identifying a Attestation service instance.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "services": [
        "string"
    ],
    "address": [
        {
            "hostname": "string",
            "port": 0
        }
    ],
    "group": [
        "string"
    ],
    "trust_authority_cluster": [
        "string"
    ]
}
array of string
services
Optional

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

A set of IDs by which to filter the services.

This property was added in vSphere API 7.0.0.0.

If missing or null, the services will not be filtered by ID.

When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: com.vmware.vcenter.trusted_infrastructure.attestation.Service. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: com.vmware.vcenter.trusted_infrastructure.attestation.Service.

address
Optional

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The service's address.

This property was added in vSphere API 7.0.0.0.

If missing or null, the services will not be filtered by address.

array of string
group
Optional

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The group specifies the Key Provider Service instances can accept reports issued by this Attestation Service instance.

This property was added in vSphere API 7.0.0.0.

If missing or null, the services will not be filtered by group.

array of string
trust_authority_cluster
Optional

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The cluster specifies the Trust Authority Cluster this Attestation Service instance belongs to.

This property was added in vSphere API 7.0.0.0.

If missing or null, the services will not be filtered by trustAuthorityCluster.